sendMessage

fun sendMessage(message: String): Boolean

Sends a message in chat to all the participants

Return

Boolean true when message is sent through websocket successfully false otherwise

Parameters

: message instance of String and represents the message to send on WebSocket